how to make rounded corners in css with images

141

img{
  width: 200px;
  height:200px;
  border-radius: 50%;
}
img.rounded-corners {
  border-radius: 30px;
}

Comments

Submit
0 Comments